home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / zcommexe.arc / ZCOMM.NEW < prev   
Text File  |  1991-08-07  |  14KB  |  289 lines

  1.  
  2. New ZOO files are being archived with ZOO 2.10 at maximum compression.
  3. These files require ZOO 2.10 or BOOZ to extract.  All manual references
  4. to LOOZ should be changed to BOOZ to reflect this technology upgrade.
  5.  
  6. You can customize ZCOMM and GYAM file transfer display colors with the
  7. GCOLORS program.  Use the following command: "gcolors script.t".  Gyam and
  8. ZCOMM can read the resultant file with "source script.t".  These operations
  9. can of course be automated with a script or bound to a function key.
  10.  
  11. GCOLORS is included in YAMDEMO.ZIP, YAMDEMO.ZOO, ZCOMMEXE.ZIP, and GSZ.ZIP.
  12.  
  13. TurboDial 2.36:  A pattern match timeout of 0 now implies no timeout.
  14.  
  15. 17.84: Fix for possible modem i/o lockup with older UART chips.
  16. Improvements in graphics transfer display.
  17.  
  18. 17.83: Some fixes in GCOLORS.  Coded added to recover from some types
  19. of defective serial ports.
  20.  
  21. 17.82: When using printing with DOS (l numeric parameter == 0), printer
  22. faults generate the "Abort, Retry, Ignore, Fail" message.  Responding "f"
  23. to this message a few times will now return control to YAM and cause YAM
  24. to deselect the printer by setting the l numeric parameter to -1.  This
  25. allows normal operation to proceed if the printer fails.  Printing can be
  26. reenabled by setting the l numeric parameter to 0.
  27.  
  28. 17.80:  Gyam.exe is a new flavor of PCDOS Pro-YAM with full screen
  29. graphics status display of file transfer data.  The amount of
  30. information displayed depends on the protocol and sending program.
  31. XMODEM, Compuserve-B, and Kermit download displays make use of data
  32. supplied by the "estimate" command.
  33.  
  34. Time of day and call elapsed time are displayed.  MODEM status is
  35. displayed as follows: x = software flow restraint, X = hardware
  36. flow restraint, L = Loss of carrier detect, H = on Hook.
  37.  
  38. The display color scheme may be altered with the "gcolors"
  39. command.  The following gives a rather "rad" set of colors:
  40.     gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  41. A menu driven companion program "gcolors" will support interactive
  42. modification of the screen colors.
  43.  
  44. Setting the l numeric parameter to 0 uses DOS PRN: (stdprn) instead
  45. of ROM BIOS for printing with the lputp command, l mode, and terminal
  46. emulation printer controller mode.  Doing so may generate "Abort Retry
  47. Fail" messages from some versions of DOS.  DOS 5.0 generates spurious
  48. "Write Fault" messages with some parallel port adapters.  In one instance,
  49. changing from the parallel port on an AST Advantage board to a recent
  50. Chinese "AT Multi I/O" board eliminated the DOS error messages.
  51.  
  52. Wyse 60 printer controller and aux print modes are now supported.
  53.  
  54. 17.78: The MODEM string parameter has been added to allow ZCOMM to use the
  55. new advanced dialing scripts (adial) without difficulty.  This is initialized
  56. by the MODEM environment string (if present).
  57.  
  58. References to the "aprompt" string should read "altprompt".
  59.  
  60. Keyboard mapping mode is no longer required for ANSI KAM to be effective.
  61.  
  62. Conference mode transmission now obeys throttle.
  63.  
  64.  
  65. 17.77: The -I option has been added to the sz and sb commands.  The -I
  66. option causes new versions of VMS rz to store files with the VMS Variable
  67. length (mrs=510) binary format.  The main use of this VMS record format is
  68. to prevent VMS Kermit programs from altering file contents.
  69.  
  70. The string parameters altprompt, tmodes, nodename, parity, and speed
  71. are new to TurboDial 2.35.
  72.     altprompt    Prompt string for ALT-2  (similar to mprompt)
  73.     tmodes    Default term function modes for f, learn, F-2, t commands
  74.     nodename    Unix system node name
  75.     parity    string representation of number of bits and parity, e.g. 8n
  76.     speed    string representation of speed as set by "speed" command
  77.  
  78. Usage of the statliner parameter has been improved.  If statliner begins
  79. with a space, it is appended to the status line information.  Otherwise
  80. it is processed for string substitutions and character escapes and
  81. replaces the right hand side of the status line.
  82.  
  83. "Handshake slow" is more effective for ZMODEM CRC-32 and MobyTurbo downloads.
  84.  
  85. pcANYWHERE "A" command has been removed from ZCOMM and Pro-YAM.
  86.  
  87. 17.74 -n flag added to echo command suppresses cr/lf and reverse video.
  88. (TurboDial 2.34)  Sz -e is more network compatible.
  89.  
  90. 17.72 Corrected bad CRC calculation on zero length blocks.
  91.  
  92. 17.71 Corrected incorrect calculation of disk free space on very large
  93. disk drives.
  94.  
  95. 17.70 Code changes to improve operation with the Intel SatisFAXtion(Tm)
  96. modem/fax board.
  97.  
  98. New ZOO files are being archived with ZOO 2.10 at maximum compression.
  99. These files require ZOO 2.10 or BOOZ to extract.  All manual references
  100. to LOOZ should be changed to BOOZ to reflect this technology upgrade.
  101.  
  102. You can customize ZCOMM and GYAM file transfer display colors with the
  103. GCOLORS program.  Use the following command: "gcolors script.t".  Gyam and
  104. ZCOMM can read the resultant file with "source script.t".  These operations
  105. can of course be automated with a script or bound to a function key.
  106.  
  107. GCOLORS is included in YAMDEMO.ZIP, YAMDEMO.ZOO, ZCOMMEXE.ZIP, and GSZ.ZIP.
  108.  
  109. TurboDial 2.36:  A pattern match timeout of 0 now implies no timeout.
  110.  
  111. 17.84: Fix for possible modem i/o lockup with older UART chips.
  112. Improvements in graphics transfer display.
  113.  
  114. 17.83: Some fixes in GCOLORS.  Coded added to recover from some types
  115. of defective serial ports.
  116.  
  117. 17.82: When using printing with DOS (l numeric parameter == 0), printer
  118. faults generate the "Abort, Retry, Ignore, Fail" message.  Responding "f"
  119. to this message a few times will now return control to YAM and cause YAM
  120. to deselect the printer by setting the l numeric parameter to -1.  This
  121. allows normal operation to proceed if the printer fails.  Printing can be
  122. reenabled by setting the l numeric parameter to 0.
  123.  
  124. 17.80:  Gyam.exe is a new flavor of PCDOS Pro-YAM with full screen
  125. graphics status display of file transfer data.  The amount of
  126. information displayed depends on the protocol and sending program.
  127. XMODEM, Compuserve-B, and Kermit download displays make use of data
  128. supplied by the "estimate" command.
  129.  
  130. Time of day and call elapsed time are displayed.  MODEM status is
  131. displayed as follows: x = software flow restraint, X = hardware
  132. flow restraint, L = Loss of carrier detect, H = on Hook.
  133.  
  134. The display color scheme may be altered with the "gcolors"
  135. command.  The following gives a rather "rad" set of colors:
  136.     gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  137. A menu driven companion program "gcolors" will support interactive
  138. modification of the screen colors.
  139.  
  140. Setting the l numeric parameter to 0 uses DOS PRN: (stdprn) instead
  141. of ROM BIOS for printing with the lputp command, l mode, and terminal
  142. emulation printer controller mode.  Doing so may generate "Abort Retry
  143. Fail" messages from some versions of DOS.  DOS 5.0 generates spurious
  144. "Write Fault" messages with some parallel port adapters.  In one instance,
  145. changing from the parallel port on an AST Advantage board to a recent
  146. Chinese "AT Multi I/O" board eliminated the DOS error messages.
  147.  
  148. Wyse 60 printer controller and aux print modes are now supported.
  149.  
  150. 17.78: The MODEM string parameter has been added to allow ZCOMM to use the
  151. new advanced dialing scripts (adial) without difficulty.  This is initialized
  152. by the MODEM environment string (if present).
  153.  
  154. References to the "aprompt" string should read "altprompt".
  155.  
  156. Keyboard mapping mode is no longer required for ANSI KAM to be effective.
  157.  
  158. Conference mode transmission now obeys throttle.
  159.  
  160.  
  161. 17.77: The -I option has been added to the sz and sb commands.  The -I
  162. option causes new versions of VMS rz to store files with the VMS Variable
  163. length (mrs=510) binary format.  The main use of this VMS record format is
  164. to prevent VMS Kermit programs from altering file contents.
  165.  
  166. The string parameters altprompt, tmodes, nodename, parity, and speed
  167. are new to TurboDial 2.35.
  168.     altprompt    Prompt string for ALT-2  (similar to mprompt)
  169.     tmodes    Default term function modes for f, learn, F-2, t commands
  170.     nodename    Unix system node name
  171.     parity    string representation of number of bits and parity, e.g. 8n
  172.     speed    string representation of speed as set by "speed" command
  173.  
  174. Usage of the statliner parameter has been improved.  If statliner begins
  175. with a space, it is appended to the status line information.  Otherwise
  176. it is processed for string substitutions and character escapes and
  177. replaces the right hand side of the status line.
  178.  
  179. "Handshake slow" is more effective for ZMODEM CRC-32 and MobyTurbo downloads.
  180.  
  181. pcANYWHERE "A" command has been removed from ZCOMM and Pro-YAM.
  182.  
  183. 17.74 -n flag added to echo command suppresses cr/lf and reverse video.
  184. (TurboDial 2.34)  Sz -e is more network compatible.
  185.  
  186. 17.72 Corrected bad CRC calculation on zero length blocks.
  187.  
  188. 17.71 Corrected incorrect calculation of disk free space on very large
  189. disk drives.
  190.  
  191. 17.70 Code changes to improve operation with the Intel SatisFAXtion(Tm)
  192. modem/fax board.
  193.  
  194. New ZOO files are being archived with ZOO 2.10 at maximum compression.
  195. These files require ZOO 2.10 or BOOZ to extract.  All manual references
  196. to LOOZ should be changed to BOOZ to reflect this technology upgrade.
  197.  
  198. You can customize ZCOMM and GYAM file transfer display colors with the
  199. GCOLORS program.  Use the following command: "gcolors script.t".  Gyam and
  200. ZCOMM can read the resultant file with "source script.t".  These operations
  201. can of course be automated with a script or bound to a function key.
  202.  
  203. GCOLORS is included in YAMDEMO.ZIP, YAMDEMO.ZOO, ZCOMMEXE.ZIP, and GSZ.ZIP.
  204.  
  205. TurboDial 2.36:  A pattern match timeout of 0 now implies no timeout.
  206.  
  207. 17.84: Fix for possible modem i/o lockup with older UART chips.
  208. Improvements in graphics transfer display.
  209.  
  210. 17.83: Some fixes in GCOLORS.  Coded added to recover from some types
  211. of defective serial ports.
  212.  
  213. 17.82: When using printing with DOS (l numeric parameter == 0), printer
  214. faults generate the "Abort, Retry, Ignore, Fail" message.  Responding "f"
  215. to this message a few times will now return control to YAM and cause YAM
  216. to deselect the printer by setting the l numeric parameter to -1.  This
  217. allows normal operation to proceed if the printer fails.  Printing can be
  218. reenabled by setting the l numeric parameter to 0.
  219.  
  220. 17.80:  Gyam.exe is a new flavor of PCDOS Pro-YAM with full screen
  221. graphics status display of file transfer data.  The amount of
  222. information displayed depends on the protocol and sending program.
  223. XMODEM, Compuserve-B, and Kermit download displays make use of data
  224. supplied by the "estimate" command.
  225.  
  226. Time of day and call elapsed time are displayed.  MODEM status is
  227. displayed as follows: x = software flow restraint, X = hardware
  228. flow restraint, L = Loss of carrier detect, H = on Hook.
  229.  
  230. The display color scheme may be altered with the "gcolors"
  231. command.  The following gives a rather "rad" set of colors:
  232.     gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  233. A menu driven companion program "gcolors" will support interactive
  234. modification of the screen colors.
  235.  
  236. Setting the l numeric parameter to 0 uses DOS PRN: (stdprn) instead
  237. of ROM BIOS for printing with the lputp command, l mode, and terminal
  238. emulation printer controller mode.  Doing so may generate "Abort Retry
  239. Fail" messages from some versions of DOS.  DOS 5.0 generates spurious
  240. "Write Fault" messages with some parallel port adapters.  In one instance,
  241. changing from the parallel port on an AST Advantage board to a recent
  242. Chinese "AT Multi I/O" board eliminated the DOS error messages.
  243.  
  244. Wyse 60 printer controller and aux print modes are now supported.
  245.  
  246. 17.78: The MODEM string parameter has been added to allow ZCOMM to use the
  247. new advanced dialing scripts (adial) without difficulty.  This is initialized
  248. by the MODEM environment string (if present).
  249.  
  250. References to the "aprompt" string should read "altprompt".
  251.  
  252. Keyboard mapping mode is no longer required for ANSI KAM to be effective.
  253.  
  254. Conference mode transmission now obeys throttle.
  255.  
  256.  
  257. 17.77: The -I option has been added to the sz and sb commands.  The -I
  258. option causes new versions of VMS rz to store files with the VMS Variable
  259. length (mrs=510) binary format.  The main use of this VMS record format is
  260. to prevent VMS Kermit programs from altering file contents.
  261.  
  262. The string parameters altprompt, tmodes, nodename, parity, and speed
  263. are new to TurboDial 2.35.
  264.     altprompt    Prompt string for ALT-2  (similar to mprompt)
  265.     tmodes    Default term function modes for f, learn, F-2, t commands
  266.     nodename    Unix system node name
  267.     parity    string representation of number of bits and parity, e.g. 8n
  268.     speed    string representation of speed as set by "speed" command
  269.  
  270. Usage of the statliner parameter has been improved.  If statliner begins
  271. with a space, it is appended to the status line information.  Otherwise
  272. it is processed for string substitutions and character escapes and
  273. replaces the right hand side of the status line.
  274.  
  275. "Handshake slow" is more effective for ZMODEM CRC-32 and MobyTurbo downloads.
  276.  
  277. pcANYWHERE "A" command has been removed from ZCOMM and Pro-YAM.
  278.  
  279. 17.74 -n flag added to echo command suppresses cr/lf and reverse video.
  280. (TurboDial 2.34)  Sz -e is more network compatible.
  281.  
  282. 17.72 Corrected bad CRC calculation on zero length blocks.
  283.  
  284. 17.71 Corrected incorrect calculation of disk free space on very large
  285. disk drives.
  286.  
  287. 17.70 Code changes to improve operation with the Intel SatisFAXtion(Tm)
  288. modem/fax board.
  289.